projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d99426
)
(ns_app_name): New extern variable.
author
Adrian Robert
<Adrian.B.Robert@gmail.com>
Sun, 27 Sep 2009 15:48:30 +0000
(15:48 +0000)
committer
Adrian Robert
<Adrian.B.Robert@gmail.com>
Sun, 27 Sep 2009 15:48:30 +0000
(15:48 +0000)
src/nsterm.h
patch
|
blob
|
history
diff --git
a/src/nsterm.h
b/src/nsterm.h
index 7e66ae2a7b6cbd337a4af66d0c8dd8531dd337d9..9663051f8b787b28a4f28120c4aff7636c8f23cc 100644
(file)
--- a/
src/nsterm.h
+++ b/
src/nsterm.h
@@
-318,6
+318,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#endif /* NS_IMPL_COCOA */
extern NSArray *ns_send_types, *ns_return_types;
+extern NSString *ns_app_name;
extern EmacsMenu *mainMenu, *svcsMenu, *dockMenu;
/* Apple removed the declaration, but kept the implementation */